type github.com/jackc/pgx/v5/pgtype.wrapMultiDimSliceEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1877: 				return &wrapMultiDimSliceEncodePlan{}, &w, true
		pgtype.go#L1885: type wrapMultiDimSliceEncodePlan struct {
		pgtype.go#L1889: func (plan *wrapMultiDimSliceEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1891: func (plan *wrapMultiDimSliceEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {